chore(wiki): 采纳 #437 review 小建议(import 规范 + Javadoc 英文)#449
Merged
mateaix merged 1 commit intoJun 28, 2026
Merged
Conversation
- WikiRawMaterialService.listFailures: inline FQN return type (java.util.List<vip.mate.wiki.dto.WikiFailureItem>) replaced with top-level import + simple name, per repo convention - WikiRawMaterialEntity: Javadoc on new fields (errorCode, warningCode, warningMessage, progressPhase, progressTotal, progressDone) translated to English, per repo convention
Owner
|
感谢这么快跟进 #437 的两个建议 🙏 改动正是预期的: 一个可选的小尾巴(不影响本次合并): |
ncw1992120
added a commit
to ncw1992120/mateclaw
that referenced
this pull request
Jun 28, 2026
…x#449 nit) Per mateaix#449 review (4825113234): the internal RFC-012 reference should not appear in code. progressPhase/progressTotal/progressDone Javadocs still carried the "RFC-012 M2 v2 UI:" prefix after mateaix#449's English translation pass — drop it now that these lines are touched. Zero behavior change.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
跟进 #437 review 中的两个不阻塞建议:
WikiRawMaterialService.listFailures内联全限定名 → 改为顶部 import + 简单名(List<WikiFailureItem>),符合仓库规范WikiRawMaterialEntity的errorCode/warningCode/warningMessage/progressPhase/progressTotal/progressDone六个字段的中文 Javadoc 翻译为英文纯代码风格清理,零行为变化。(重建分支,干净的 1 个 commit)